'From Objectworks\Smalltalk(R), Release 4.1 of 15 April 1992 on 10 November 1992 at 12:17:54 am'!
View subclass: #ComponentView
instanceVariableNames: 'component '
classVariableNames: ''
poolDictionaries: ''
category: 'Interface-Framework'!
ComponentView comment:
'ComponentView is a simple way of adding controller facilities to a VisualComponent.
By embedding a VisualComponent within a ComponentView, a menu controller (eg) can be attached. CompositeView could be used, but it''s overkill if there is only one component.
Instance variable:
component a <VisualComponent> without a controller (not a VisualPart, as these often have their own controllers).'!